home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
dpkg
/
info
/
libsane.postrm
< prev
next >
Wrap
Text File
|
2008-05-07
|
293b
|
17 lines
#!/bin/sh -e
# Automatically added by dh_makeshlibs
if [ "$1" = "remove" ]; then
ldconfig
fi
# End automatically added section
# remove directory /etc/sane.d/
if [ "$1" = "purge" ]; then
echo "Removing directory /etc/sane.d/ ..."
rmdir --ignore-fail-on-non-empty /etc/sane.d/
fi